home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / route.arc / SOURCES.HDR < prev    next >
Encoding:
Text File  |  1989-11-24  |  1.9 KB  |  48 lines

  1. Checksum: 1535076610  (Verify with "brik -cv")
  2. Posting-number: Volume 02, Issue 061
  3. Submitted-by: microsoft!randyn@beaver.cs.washington.edu (Randy Nevin)
  4. Archive-name: pcbcad/part01
  5.  
  6. this is a printed circuit board cad package for the ibm pc; please post it
  7. on comp.binaries.ibm.pc. it consists of an autorouter, a printed circuit
  8. board viewer, and a printed circuit board printer. it currently supports
  9. ega and hp laser jet II. source is included, along with an article i have
  10. submitted to dr. dobb's journal (and may be printed later this year), and
  11. a small ttl library. i have also sent it to keith peterson, so it will be
  12. available in the simtel20 archives for ftp access.  note that the
  13. executables included have been compiled to use 286 instructions; if you
  14. want to run these programs on an XT (not recommended), change the /G2s
  15. to /Gs in the makefile and recompile.
  16.  
  17.  randy nevin  (microsoft!randyn@beaver.cs.washington.edu, or
  18.                microsoft!randyn@uunet.uu.net)
  19.  
  20. [
  21. To try out the provided example in the file "example", first type
  22. "pcbroute example outfile" to get the generated circuit into "outfile",
  23. then type "pcbview outfile" to view it.  It worked fine on a
  24. VGA-equipped IBM PS/2 with about 450K of free memory.
  25.  
  26. All the source code (all C but for one small assembly language file) is
  27. here, suitable for Microsoft C 4.0 and MASM 4.0.
  28.  
  29. There is a good discussion of the algorithms needed to optimize the
  30. layout of traces on a PCB.
  31.  
  32. Checksums obtained with the 4.3BSD "sum" or System V "sum -r" command.
  33.  
  34. checksum     size (bytes)  file (between BEGIN--cut and END--cut lines)
  35.    15220        43731      part01
  36.    41974        43772      part02
  37.    22640        43772      part03
  38.     5344        43122      part04
  39.  
  40. checksum     size (bytes)  file
  41.    13593       126558      pcbcad.arc
  42.  
  43. -- R.D.
  44. ]
  45.  
  46. pcbcad part01/04
  47. BEGIN--cut here--cut here
  48.